home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK1.toast / Development Kits (Disc 1) / QuickTime / Programming Stuff / Sample Code / Movie Toolbox / ConvertToMovie Jr. / README < prev    next >
Encoding:
Text File  |  1994-12-11  |  2.1 KB  |  70 lines  |  [TEXT/MPS ]

  1. README: ConvertToMovie Jr.
  2.  
  3. VERSION (Date)
  4. 12-08-94
  5.  
  6. GENERAL
  7. ConvertToMovie Jr. is an example application to recompress QuickTime
  8. movies and is based heavily on the venerable ConvertToMovie™.  It shows
  9. how to use various parts of the Movie Toolbox, Image Compression Manager,
  10. and Standard Compression Component.
  11.  
  12. This code is not intended to show coding style, user interface
  13. or graceful error handling.
  14.  
  15.  
  16.  
  17. ENVIRONMENT USED
  18. Metrowerks 5.0c1
  19. Think 7.0.3
  20. QT 2.0
  21. Universal Headers (ETO#16)
  22. System 7.5
  23.  
  24.  
  25. HOW TO BUILD
  26. Select either the Think or the Metrowerks project file if
  27. you want to rebuild the samples.
  28.  
  29.  
  30. HOW TO TEST
  31. Run the application, open a a movie file, recompress it, play the resulting movie.
  32.  
  33.  
  34. ERROR REPORTS
  35. If you encounter problems with this sample, send a report stating:
  36.  
  37.  
  38. * Name of the sample (and the source code file)
  39. * How the error is reproduced
  40. * What source code lines in the sample are problematic
  41. * What version of the sample you have, or from what source did you obtain the sample
  42. * Your environment, specifying:
  43.     - System environment (System 7.0, 7.1, 7.5 and so on)
  44.     - QuickTime environment (QT 1.6.1, 2.0 and so on)
  45.     - Any additional extensions in your system
  46.     - Hardware environment
  47.     - Development environment (including version level)
  48. * Any other valuable feedback and comments
  49.     
  50. Send this report to APPLE.BUGS on AppleLink, or APPLE.BUGS@applelink.apple.com 
  51. on Internet. If possible use the bug reporter stack that is available on
  52. the  Developer CDs, AppleLink and ftp.apple.com.
  53.  
  54.  
  55. LEGAL STATEMENTS
  56. Copyright © 1992-94 Apple Computer, Inc.
  57. All rights reserved.
  58.  
  59. You may incorporate this sample code into your applications without
  60. restriction, though the sample code has been provided "AS IS" and the
  61. responsibility for its operation is 100% yours.  However, what you are
  62. not permitted to do is to redistribute the source as "DSC Sample Code"
  63. after having made changes. If you're going to re-distribute the source,
  64. we require that you make it clear in the source that the code was
  65. descended from Apple Sample Code, but that you've made changes.
  66.  
  67.  
  68.  
  69. CHANGE HISTORY
  70. 12/08/94    khs        Tested with MW 4.5, Think C 7.0.3 and ETO#16 Universal headers.